Package-level declarations
Types
Link copied to clipboard
A planner is a system that can plan from a set of actions to a set of goals. A planner should have a way of determining present state, such as the GOAP WorldStateDeterminer. The representation of state can differ between planners.
Link copied to clipboard
interface PlanningSystem
A planning system is a set of actions and goals.
Link copied to clipboard
interface WorldState
Tag interface for WorldState Different planners have different world state.